Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparseArray<T> Class / NextNonEmptyIndex Method / NextNonEmptyIndex(Int32,T) Method


In This Topic
NextNonEmptyIndex(Int32,T) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Function NextNonEmptyIndex( _
   ByVal excludeIndex As Integer, _
   ByRef value As T _
) As Integer
 
'Usage
 
Dim instance As SparseArray(Of T)
Dim excludeIndex As Integer
Dim value As T
Dim value As Integer
 
value = instance.NextNonEmptyIndex(excludeIndex, value)

Parameters

excludeIndex
value
See Also